DBA Data[Home] [Help]

APPS.IGS_EN_LGCY_PRC dependencies on IGS_AS_SUAO_LGCY_PUB

Line 10: igs_as_suao_lgcy_pub.create_unit_outcome. Bug# 3149520.

6: amuthu 21-NOV-2002 Modified as per the Legacy Import prcess
7: TD for EN and REC
8: ptandon 26-SEP-2003 Modified the procedure process_as_uotcm to pass the value of fields
9: LOCATION_CD and UNIT_CLASS in lr_as_uotcm_rec parameter in call to procedure
10: igs_as_suao_lgcy_pub.create_unit_outcome. Bug# 3149520.
11: rvangala 07-OCT-2003 Value for CORE_INDICATOR_CODE passed to IGS_EN_SUA_API.UPDATE_UNIT_ATTEMPT
12: added as part of Prevent Dropping Core Units. Enh Bug# 3052432
13: vkarthik 12-DEC-2003 Added process_en_spat to proces term records from the interface table
14: and necessary call

Line 2770: lr_as_uotcm_rec igs_as_suao_lgcy_pub.lgcy_suo_rec_type ;

2766: AND import_status IN ('U','R')
2767: FOR UPDATE NOWAIT;
2768:
2769:
2770: lr_as_uotcm_rec igs_as_suao_lgcy_pub.lgcy_suo_rec_type ;
2771: l_return_status VARCHAR2(1);
2772: l_msg_count NUMBER(4);
2773: l_msg_data VARCHAR2(4000);
2774:

Line 2848: igs_as_suao_lgcy_pub.create_unit_outcome(

2844:
2845: l_return_status := NULL;
2846: l_msg_count := NULL;
2847: l_msg_data := NULL;
2848: igs_as_suao_lgcy_pub.create_unit_outcome(
2849: P_API_VERSION => 1.0,
2850: P_INIT_MSG_LIST => FND_API.G_TRUE,
2851: P_COMMIT => FND_API.G_FALSE,
2852: P_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL,