DBA Data[Home] [Help]

APPS.HR_INT_BUS dependencies on STANDARD

Line 567: -- ,p_standard_code

563: -- ,p_party_name
564: -- ,p_party_site_name
565: -- ,p_transaction_type
566: -- ,p_transaction_subtype
567: -- ,p_standard_code
568: -- ,p_ext_trans_type
569: -- ,p_ext_trans_subtype
570: -- ,p_trans_direction
571: --

Line 588: ,p_standard_code in varchar2

584: ,p_party_name in varchar2
585: ,p_party_site_name in varchar2
586: ,p_transaction_type in varchar2
587: ,p_transaction_subtype in varchar2
588: ,p_standard_code in varchar2
589: ,p_ext_trans_type in varchar2
590: ,p_ext_trans_subtype in varchar2
591: ,p_trans_direction in varchar2
592: ,p_integration_id in number

Line 608: and standard_code=p_standard_code

604: and party_name=p_party_name
605: and party_site_name=p_party_site_name
606: and transaction_type=p_transaction_type
607: and transaction_subtype=p_transaction_subtype
608: and standard_code=p_standard_code
609: and ext_trans_type=p_ext_trans_type
610: and ext_trans_subtype=p_ext_trans_subtype
611: and trans_direction=p_trans_direction;
612:

Line 621: and standard_code=p_standard_code

617: and party_name=p_party_name
618: and party_site_name=p_party_site_name
619: and transaction_type=p_transaction_type
620: and transaction_subtype=p_transaction_subtype
621: and standard_code=p_standard_code
622: and ext_trans_type=p_ext_trans_type
623: and ext_trans_subtype=p_ext_trans_subtype
624: and trans_direction=p_trans_direction
625: and integration_id<>p_integration_id;

Line 645: or p_standard_code is not null

641: or p_party_name is not null
642: or p_party_site_name is not null
643: or p_transaction_type is not null
644: or p_transaction_subtype is not null
645: or p_standard_code is not null
646: or p_ext_trans_type is not null
647: or p_ext_trans_subtype is not null
648: or p_trans_direction is not null )then
649:

Line 655: or p_standard_code is null

651: or p_party_name is null
652: or p_party_site_name is null
653: or p_transaction_type is null
654: or p_transaction_subtype is null
655: or p_standard_code is null
656: or p_ext_trans_type is null
657: or p_ext_trans_subtype is null
658: or p_trans_direction is null
659: ) then

Line 672: and p_standard_code is not null

668: and p_party_name is not null
669: and p_party_site_name is not null
670: and p_transaction_type is not null
671: and p_transaction_subtype is not null
672: and p_standard_code is not null
673: and p_ext_trans_type is not null
674: and p_ext_trans_subtype is not null
675: and p_trans_direction is not null )then
676:

Line 743: -- p_standard_code

739: -- p_party_name
740: -- p_party_site_name
741: -- p_transaction_type
742: -- p_transaction_subtype
743: -- p_standard_code
744: -- p_ext_trans_type
745: -- p_ext_trans_subtype
746: -- p_trans_direction
747: -- p_application_name

Line 778: ,p_standard_code in varchar2

774: ,p_party_name in varchar2
775: ,p_party_site_name in varchar2
776: ,p_transaction_type in varchar2
777: ,p_transaction_subtype in varchar2
778: ,p_standard_code in varchar2
779: ,p_ext_trans_type in varchar2
780: ,p_ext_trans_subtype in varchar2
781: ,p_trans_direction in varchar2
782: ) IS

Line 807: and p_standard_code is null

803: and p_party_name is null
804: and p_party_site_name is null
805: and p_transaction_type is null
806: and p_transaction_subtype is null
807: and p_standard_code is null
808: and p_ext_trans_type is null
809: and p_ext_trans_subtype is null
810: and p_trans_direction is null
811: ) then

Line 836: or p_standard_code is not null

832: or p_party_name is not null
833: or p_party_site_name is not null
834: or p_transaction_type is not null
835: or p_transaction_subtype is not null
836: or p_standard_code is not null
837: or p_ext_trans_type is not null
838: or p_ext_trans_subtype is not null
839: or p_trans_direction is not null
840: ) then

Line 860: and p_standard_code is not null

856: and p_party_name is not null
857: and p_party_site_name is not null
858: and p_transaction_type is not null
859: and p_transaction_subtype is not null
860: and p_standard_code is not null
861: and p_ext_trans_type is not null
862: and p_ext_trans_subtype is not null
863: and p_trans_direction is not null) then
864:

Line 899: or p_standard_code is not null

895: or p_party_name is not null
896: or p_party_site_name is not null
897: or p_transaction_type is not null
898: or p_transaction_subtype is not null
899: or p_standard_code is not null
900: or p_ext_trans_type is not null
901: or p_ext_trans_subtype is not null
902: or p_trans_direction is not null
903: ) then

Line 1060: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."

1056: --
1057: -- Call all supporting business operations
1058: --
1059: --
1060: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
1061: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
1062: --
1063: -- Validate Dependent Attributes
1064: --

Line 1086: ,p_standard_code =>p_rec.standard_code

1082: ,p_party_name =>p_rec.party_name
1083: ,p_party_site_name =>p_rec.party_site_name
1084: ,p_transaction_type =>p_rec.transaction_type
1085: ,p_transaction_subtype =>p_rec.transaction_subtype
1086: ,p_standard_code =>p_rec.standard_code
1087: ,p_ext_trans_type =>p_rec.ext_trans_type
1088: ,p_ext_trans_subtype =>p_rec.ext_trans_subtype
1089: ,p_trans_direction =>p_rec.trans_direction
1090: );

Line 1113: ,p_standard_code =>p_rec.standard_code

1109: ,p_party_name =>p_rec.party_name
1110: ,p_party_site_name =>p_rec.party_site_name
1111: ,p_transaction_type =>p_rec.transaction_type
1112: ,p_transaction_subtype =>p_rec.transaction_subtype
1113: ,p_standard_code =>p_rec.standard_code
1114: ,p_ext_trans_type =>p_rec.ext_trans_type
1115: ,p_ext_trans_subtype =>p_rec.ext_trans_subtype
1116: ,p_trans_direction =>p_rec.trans_direction
1117: ,p_integration_id => null

Line 1144: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."

1140: --
1141: -- Call all supporting business operations
1142: --
1143: --
1144: -- "-- No business group context. HR_STANDARD_LOOKUPS used for validation."
1145: -- "-- CLIENT_INFO not set. No lookup validation or joins to HR_LOOKUPS."
1146: --
1147: -- Validate Dependent Attributes
1148: --

Line 1167: ,p_standard_code =>p_rec.standard_code

1163: ,p_party_name =>p_rec.party_name
1164: ,p_party_site_name =>p_rec.party_site_name
1165: ,p_transaction_type =>p_rec.transaction_type
1166: ,p_transaction_subtype =>p_rec.transaction_subtype
1167: ,p_standard_code =>p_rec.standard_code
1168: ,p_ext_trans_type =>p_rec.ext_trans_type
1169: ,p_ext_trans_subtype =>p_rec.ext_trans_subtype
1170: ,p_trans_direction =>p_rec.trans_direction
1171: );

Line 1200: ,p_standard_code =>p_rec.standard_code

1196: ,p_party_name =>p_rec.party_name
1197: ,p_party_site_name =>p_rec.party_site_name
1198: ,p_transaction_type =>p_rec.transaction_type
1199: ,p_transaction_subtype =>p_rec.transaction_subtype
1200: ,p_standard_code =>p_rec.standard_code
1201: ,p_ext_trans_type =>p_rec.ext_trans_type
1202: ,p_ext_trans_subtype =>p_rec.ext_trans_subtype
1203: ,p_trans_direction =>p_rec.trans_direction
1204: ,p_integration_id => p_rec.integration_id