DBA Data[Home] [Help]

APPS.ZX_TCM_PTP_PKG dependencies on STANDARD

Line 961: In Parameters: p_api_version - Standard required IN parameter.

957: /* =============================================================================
958: Procedure: CHECK_TAX_REGISTRATIONS
959: Objective: Retrieve the Tax Registrations for a given Legal Registrations ID
960: Assumption: Check the existence of the tax registration which is from legal registration.
961: In Parameters: p_api_version - Standard required IN parameter.
962: p_le_reg_id - Legal Registrations ID
963: ============================================================================= */
964:
965: Procedure CHECK_TAX_REGISTRATIONS(

Line 1003: | Standard start of API savepoint |

999: -- Logging Infra: Statement level
1000:
1001:
1002: /*--------------------------------------------------+
1003: | Standard start of API savepoint |
1004: +--------------------------------------------------*/
1005: SAVEPOINT Check_Tax_Registrations_PVT;
1006:
1007: /*--------------------------------------------------+

Line 1008: | Standard call to check for call compatibility |

1004: +--------------------------------------------------*/
1005: SAVEPOINT Check_Tax_Registrations_PVT;
1006:
1007: /*--------------------------------------------------+
1008: | Standard call to check for call compatibility |
1009: +--------------------------------------------------*/
1010:
1011: IF NOT FND_API.Compatible_API_Call(
1012: l_api_version,

Line 1099: In Parameters: p_api_version : Required standard IN parameter

1095: Case 1: Legal Registrations number and validation digit have updated.
1096: Update existing tax registrations with end date and create new row.
1097: Case 2: Legal Registrations has updated with end date and created new one.
1098: Update existing tax registrations with end date and create new row.
1099: In Parameters: p_api_version : Required standard IN parameter
1100: p_le_old_reg_id : Prior Legal Registrations ID = Legal Registrations
1101: ID in Tax Registrations.
1102: p_le_old_date : NULL (Case 1)
1103: NOT NULL (Case 2)

Line 1206: | Standard start of API savepoint |

1202: END IF;
1203: -- Logging Infra: Statement level
1204:
1205: /*--------------------------------------------------+
1206: | Standard start of API savepoint |
1207: +--------------------------------------------------*/
1208: SAVEPOINT Sync_Tax_Registrations_PVT;
1209:
1210: /*--------------------------------------------------+

Line 1211: | Standard call to check for call compatibility |

1207: +--------------------------------------------------*/
1208: SAVEPOINT Sync_Tax_Registrations_PVT;
1209:
1210: /*--------------------------------------------------+
1211: | Standard call to check for call compatibility |
1212: +--------------------------------------------------*/
1213:
1214: IF NOT FND_API.Compatible_API_Call(
1215: l_api_version,