DBA Data[Home] [Help]

APPS.ZX_TCM_PTP_PKG dependencies on STANDARD

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

832: /* =============================================================================
833: Procedure: CHECK_TAX_REGISTRATIONS
834: Objective: Retrieve the Tax Registrations for a given Legal Registrations ID
835: Assumption: Check the existence of the tax registration which is from legal registration.
836: In Parameters: p_api_version - Standard required IN parameter.
837: p_le_reg_id - Legal Registrations ID
838: ============================================================================= */
839:
840: Procedure CHECK_TAX_REGISTRATIONS(

Line 878: | Standard start of API savepoint |

874: -- Logging Infra: Statement level
875:
876:
877: /*--------------------------------------------------+
878: | Standard start of API savepoint |
879: +--------------------------------------------------*/
880: SAVEPOINT Check_Tax_Registrations_PVT;
881:
882: /*--------------------------------------------------+

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

879: +--------------------------------------------------*/
880: SAVEPOINT Check_Tax_Registrations_PVT;
881:
882: /*--------------------------------------------------+
883: | Standard call to check for call compatibility |
884: +--------------------------------------------------*/
885:
886: IF NOT FND_API.Compatible_API_Call(
887: l_api_version,

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

966: Case 1: Legal Registrations number and validation digit have updated.
967: Update existing tax registrations with end date and create new row.
968: Case 2: Legal Registrations has updated with end date and created new one.
969: Update existing tax registrations with end date and create new row.
970: In Parameters: p_api_version : Required standard IN parameter
971: p_le_old_reg_id : Prior Legal Registrations ID = Legal Registrations
972: ID in Tax Registrations.
973: p_le_old_date : NULL (Case 1)
974: NOT NULL (Case 2)

Line 1077: | Standard start of API savepoint |

1073: END IF;
1074: -- Logging Infra: Statement level
1075:
1076: /*--------------------------------------------------+
1077: | Standard start of API savepoint |
1078: +--------------------------------------------------*/
1079: SAVEPOINT Sync_Tax_Registrations_PVT;
1080:
1081: /*--------------------------------------------------+

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

1078: +--------------------------------------------------*/
1079: SAVEPOINT Sync_Tax_Registrations_PVT;
1080:
1081: /*--------------------------------------------------+
1082: | Standard call to check for call compatibility |
1083: +--------------------------------------------------*/
1084:
1085: IF NOT FND_API.Compatible_API_Call(
1086: l_api_version,