DBA Data[Home] [Help]

APPS.AME_TEST_UTILITY_PKG dependencies on AME_TEMP_TRANS_ATT_VALUES

Line 710: delete from ame_temp_trans_att_values

706:
707: --+
708: --+
709: --+
710: delete from ame_temp_trans_att_values
711: where application_id = applicationIdIn
712: and transaction_id = transactionIdIn;
713: --+
714: --+ mandatory attributes

Line 756: insert into ame_temp_trans_att_values(application_id

752: convErrYes := true;
753: end if;
754:
755: --+
756: insert into ame_temp_trans_att_values(application_id
757: ,transaction_id
758: ,row_timestamp
759: ,attribute_id
760: ,attribute_name

Line 815: insert into ame_temp_trans_att_values(application_id

811: if errString = 'APPR_ATTR_ERROR' then
812: purgeValueYes := true;
813: end if;
814: --+
815: insert into ame_temp_trans_att_values(application_id
816: ,transaction_id
817: ,row_timestamp
818: ,attribute_id
819: ,attribute_name

Line 884: insert into ame_temp_trans_att_values(application_id

880: if errString = 'APPR_ATTR_ERROR' then
881: purgeValueYes := true;
882: end if;
883: --+
884: insert into ame_temp_trans_att_values(application_id
885: ,transaction_id
886: ,row_timestamp
887: ,attribute_id
888: ,attribute_name

Line 943: insert into ame_temp_trans_att_values(application_id

939: purgeValueYes := true;
940: end if;
941: end;
942: --+
943: insert into ame_temp_trans_att_values(application_id
944: ,transaction_id
945: ,row_timestamp
946: ,attribute_id
947: ,attribute_name

Line 975: delete from ame_temp_trans_att_values

971: --+
972: end loop;
973: --+
974: if purgeValueYes then
975: delete from ame_temp_trans_att_values
976: where application_id = applicationIdIn
977: and transaction_id = transactionIdIn;
978: errString := 'APPR_ATTR_ERROR';
979: return;