DBA Data[Home] [Help]

APPS.PSB_POSITIONS_PVT dependencies on PSB_DEFAULT_ASSIGNMENTS

Line 3143: FROM PSB_DEFAULT_ASSIGNMENTS a,

3139: a.pay_basis,
3140: a.element_value_type,
3141: a.element_value,
3142: a.currency_code
3143: FROM PSB_DEFAULT_ASSIGNMENTS a,
3144: PSB_DEFAULTS b,
3145: PSB_SET_RELATIONS c,
3146: PSB_BUDGET_POSITIONS d
3147: WHERE a.default_rule_id = b.default_rule_id

Line 3179: FROM psb_default_assignments a,

3175: a.pay_basis,
3176: a.element_value_type,
3177: a.element_value,
3178: a.currency_code
3179: FROM psb_default_assignments a,
3180: psb_defaults b,
3181: psb_set_relations c,
3182: psb_budget_positions d,
3183: psb_entity_set e,

Line 3211: FROM psb_default_assignments a,

3207: a.pay_basis,
3208: a.element_value_type,
3209: a.element_value,
3210: a.currency_code
3211: FROM psb_default_assignments a,
3212: psb_defaults b,
3213: psb_entity_set c,
3214: psb_entity_assignment d
3215: WHERE a.default_rule_id = b.default_rule_id

Line 3734: from PSB_DEFAULT_ASSIGNMENTS a,

3730: a.pay_basis,
3731: a.element_value_type,
3732: a.element_value,
3733: a.currency_code
3734: from PSB_DEFAULT_ASSIGNMENTS a,
3735: PSB_DEFAULTS b,
3736: PSB_SET_RELATIONS c,
3737: PSB_BUDGET_POSITIONS d
3738: where EXISTS

Line 3864: from PSB_DEFAULT_ASSIGNMENTS a,

3860: a.pay_basis,
3861: a.element_value_type,
3862: a.element_value,
3863: a.currency_code
3864: from PSB_DEFAULT_ASSIGNMENTS a,
3865: PSB_DEFAULTS b
3866: where a.default_rule_id = b.default_rule_id
3867: and b.global_default_flag = 'Y'
3868: and b.data_extract_id = p_data_extract_id;